home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / pcfig4th.zip / 4TH-OPTS.H < prev    next >
Text File  |  1983-07-30  |  689b  |  21 lines

  1. ;Assembly options and equates for FIG-FORTH
  2.  
  3. TRUE        EQU    -1
  4. FALSE        EQU    0
  5.  
  6. _ALIGN        EQU    FALSE    ;definitions begin on even addresses
  7. _DEBUG        EQU    FALSE    ;include breakpoint/trace code
  8. _FILES        EQU    TRUE    ;include DOS file interface
  9. _REPORT        EQU    TRUE    ;assembly progress reports
  10. _EXTEND        EQU    TRUE    ;CODE extensions in "4TH-XTNS.ASM"
  11. _DIRECTCON    EQU    FALSE    ;console functions disable/enable
  12. _TIMEANDDATE    EQU    TRUE    ;include time and date functions
  13.  
  14. IOBITS        EQU    8    ;number of bits to send/recieve
  15.  
  16. DRIVES        EQU    2    ;How many drives?
  17. INCH        EQU    5    ;size of disks (8 or 5)
  18. SIDES        EQU    1    ;Number of sides/disk (1 or 2)
  19. DENSITY        EQU    1    ;1=single, 2=double density
  20.                 ;5.25" is always double density
  21.